中文(繁體)
getrandmax()函數返回可由rand()返回的最大可能值。
getrandmax()
rand()
返回可由rand() 返回的隨機數最大的可能值:
<?php echo ( getrandmax ( ) ) ; ?>
運行實例
getrandmax ( ) ;